home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************
- ; Filename : sound.h
- ;
- ; Date : 7-7-94
- ; Mod. Date : 29-7-94
- ;
- ; Others
- ;****************************************************/
- #ifndef SOUND_H
- #define SOUND_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void mtSound(int hertz, int duration);
- void mtClick();
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif SOUND_H